Hybrid Configuration
This manipulates the Hybrid Configuration protected custom setting using the Salesforce REST API. Allows licensing customers to use Certinia's off-platform services.
POST
URI |
/services/apexrest/fferpcore/v1.0/hybridConfiguration/* |
Description |
Stores the provided secret securely on the protected custom setting, or updates it if it already exists. |
Input Parameters
key |
The private key is used to authenticate requests to the Gateway. |
endpoint |
The Gateway endpoint is used when sending Certinia's off-platform requests. |
Sample Code
/services/apexrest/fferpcore/v1.0/hybridConfiguration/
{
"key": "PRIVATE KEY HERE",
"endpoint": "https://dev-api-gateway.services.financialforce.com"
}
|